ButtonColours

data class ButtonColours(val border: AppColour, val container: AppColour, val content: AppColour)

Model to provide colours for a button.

Constructors

Link copied to clipboard
constructor(border: AppColour, container: AppColour, content: AppColour)
constructor(border: Color, container: Color, content: Color)

Secondary constructor to allow creating an instance without using AppColour. This can be used when loading colours from resources using colourResource.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Colour for the content of the button including text and icons.